______________________________________________________________________________

ReadMe.txt
______________________________________________________________________________

Copyright (C) 2007 Oxford Semiconductor Ltd.

Driver for parallel port of PCIe95x/840 family devices

____________________________
Installation
____________________________

1. Install Windows CE 5.00 Platform Builder (PB) to a development PC. Note the
   WINCEROOT, i.e the path where WinCE 5.0 is installed (generally C:\WINCE500).

2. Double click on the batch file "CopyDriverToWinceRoot.bat" to execute it. 
   The batch file will prompt the user to enter the WINCEROOT. The batch file 
   will then copy all driver files and subfolders to the WINCEROOT. The following 
   directory structure shall be seen:
   
	C:\WINCE500\OXSEMI
	               |------PPORTS
	               |        |
	               |        |-----....
		       |        |
	               |        |-----pcie952
	               |	|
		       |        |-----....
	               |
	               |------....

3. Start Platform Builder and setup a platform.

4. Click File->Manage Catalog Features to start Manage Catalog Features dialog

5. Click Import button to start Import Catalog Features dialog and import 
   cec file of pcie952_pport.cec in the subdirectory of \pports\pcie952\"

6. Add "pcie952_pport" feature to the platform by right-click on its logo and
   choose Add to Platform
   
7. Add "Parallel" device driver and "Parallel support" to the OS as we do in 6.
   
8. Replace the Line-510 of "mdd.c" in the directory of
   "C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\PARALLEL" with the line below:
   
      } else if((dwi.dwNumIoWindows != 1) && (dwi.dwNumIoWindows != 2)) {

9. If printer is to be used, add printer driver ("PCL printer driver") to OS

10.Start platform build process by clicking Build OS->Build and Sysg" or simply
   remake the OS image by "Build OS->Make Run-Time Image" if a image is existing
________________________________________________________________________________

                                 End of ReadMe
________________________________________________________________________________
